home *** CD-ROM | disk | FTP | other *** search
/ Talking Pets: Basic Obedience Training / Talking Pets: Basic Obedience Training.iso / tracks / tracks.ht_ / tracks.ht / petSchedule.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-02-19  |  285 b 

  1. {
  2.     "schema": {
  3.         "date": "DateTime",
  4.         "time": "DateTime",
  5.         "activity": "Text (50)",
  6.         "location": "Text (100)",
  7.         "description": "Memo/Hyperlink (255)",
  8.         "comments": "Memo/Hyperlink (255)",
  9.         "petName": "Text (100)"
  10.     },
  11.     "data": [
  12.         {
  13.             "date": "01/01/01 00:00:00",
  14.             "time": "12/30/99 05:00:00",
  15.             "activity": "db initialization"
  16.         }
  17.     ]
  18. }